<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
,*Theme Name: CST
*Theme URI: https://www.SZCSTJM.com/
*Version: 1.0
*Author: cst_jjh
*Author URI: https://www.szcstjm.com/
*Description:å‡¯ä»•é¡¿ç²¾å¯†è®©è‡ªåŠ¨åŒ–è®¾å¤‡â€”â€”æ›´è§„èŒƒ
*/
a, abbr, address, blockquote, body, caption, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, html, iframe, img, ins, label, legend, li, object, ol, p, pre, q, small, span, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, ul {
  border: 0;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: var(--bs-dark);
}

li {
  list-style-type: none;
}

body {
  background-color: var(--bs-gray-200);
}

.intention {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.specification {
  flex: 1;
}

.brief-navigation .nav-link {
  padding-top: 2px;
  padding-bottom: 2px;
}

.web-navigation {
  display: flex;
}

.web-navigation .web-nav {
  flex: 1;
}

.web-mobile {
  height: 28px;
}

.web-mobile .web-mobile-wrap {
  flex: 1;
  background-color: var(--bs-dark);
  color: var(--bs-gray);
}

.web-title {
  height: 40px;
}

.web-mobile .triangle {
  width: 0px;
  height: 0px;
  border-bottom: 14px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid var(--bs-dark);
  border-top: 14px solid var(--bs-dark);
}

.web-mobile .triangle:last-child {
  border-left: 10px solid var(--bs-dark);
  border-right: 10px solid transparent;
}

.web-mobile-wrap {
  display: -webkit-flex;
  /* Safari */
  -webkit-align-items: center;
  /* Safari 7.0+ */
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.web-mobile-wrap small {
  color: var(--bs-light);
  margin-right: 6px;
}

.web-title {
  padding: 0 1em;
}

.nav-link {
  padding: .2rem .5rem;
}

.web-title {
  align-content: flex-end;
  align-items: flex-end;
}

.plug-title::before {
  color: var(--bs-primary);
  font-size: 1.5em;
}

.product-show .m-2 {
  background-color: var(--bs-light);
}

.product-show img {
  padding: 0.5em;
}

.contact-plug {
  height: 100%;
}

.left-plug {
  position: relative;
}

.contact-wrap {
  position: relative;
}

.contact-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 1em;
  align-items: flex-end;
}

.contactus .col {
  background-color: var(--bs-cyan);
}

.contact-wrap1 {
  border: 2px solid var(--bs-dark);
}

.talent {
  border: 2px solid var(--bs-light);
}

.contact-wrap1&gt;div:first-child, .talent&gt;div:first-child {
  font-size: 1.5em;
  max-width: 2em;
  text-align: center;
}

.talent&gt;div:first-child {
  color: var(--bs-light);
}

.contact-wrap1&gt;div:last-child, .talent&gt;div:last-child {
  font-size: 3em;
  font-size: 1.5em;
  max-width: 2em;
  text-align: center;
}

.web-foot {
  background-image: url(/mycms/cms/theme/cst/assets/img/footer_bg.jpg);
}

.web-foot&gt;img {
  width: 50%;
}

.contact-info li {
  display: flex;
  align-items: center;
}

.contact-info li {
  margin-top: 3px;
  margin-bottom: 3px;
}

.contact-info li&gt;span:first-child {
  color: var(--bs-primary);
  width: 19px;
  text-align: center;
}

.contact-info li&gt;span:last-child {
  flex: 1 1 auto !important;
  color: var(--bs-light);
}

.web-copyright {
  background-image: linear-gradient(#999, #000);
}

.web-copyright {
  text-align: center;
  color: white;
  font-size: 0.8em;
}

.beian {
  position: relative;
}

.beian img {
  position: absolute;
  bottom: 0;
}

.wx-qrcode {
  display: none;
}

.contact-info {
  padding-right: .25rem ;
  padding-left: .25rem  ;
}

@media (min-width: 576px) {
  .wx-qrcode {
    display: block;
    width: 10%;
  }

  .web-foot&gt;img {
    width: 40%;
  }

  .contact-info {
    padding-left: 3em;
    padding-right: 3em;
  }
}
.category-title{
  background-color: var(--bs-primary);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.category-title&gt;div:first-child{
  font-size: 1.8em;
}
.category-title&gt;div:last-child{
  font-size: 1.2em;
}
.category-word{
  text-align: center;
  border: 1px solid var(--bs-gray-400);
}
.category-word li{
  padding: 15px 0;
  margin: 5px 0;
  border-bottom: 1px dotted var(--bs-gray-600);
}
.detail-wrap div{
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: center;
}
.textsingle h2,.textsingle h5{
  text-align: center;
}
.textsingle h5{
  padding-top: 0.3em;
  padding-bottom: 0.5em;
}
.textsingle-detail{
  border-top: 1px dotted var(--bs-gray-600);
  border-bottom: 1px dotted var(--bs-gray-600);
}
</pre></body></html>